home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / infoserv / www / cern / dev / www-talk.9301-9306.Z / www-talk.9301-9306 / text1226.txt < prev    next >
Encoding:
Text File  |  1995-04-24  |  2.1 KB  |  50 lines

  1. ---------  Received message begins Here  ---------
  2.  
  3. In response to:
  4.  
  5. > From sanders@bsdi.com Thu May 27 15:33:24 1993
  6. > Subject: Re: Keeping HTML Simple & Format negotiation between Browser & Server 
  7. > In-Reply-To: Your message of Thu, 27 May 93 14:24:29 CDT.
  8. > Organization: Berkeley Software Design, Inc.
  9. > Date: Thu, 27 May 1993 15:08:29 -0500
  10. > From: Tony Sanders <sanders@bsdi.com>
  11. > My prefered scheme for selection of links in external objects is just send
  12. > the x,y coordinates of the selection to the server and let it deal with
  13. > it however is best.  This is how the current selection stuff works for
  14. > <IMG ISMAP>.  This lets you backend with whatever you need (like maybe
  15. > WAIS spatial indexing) without hardcoding anything in the client.
  16. > This scheme has the advantages of being easy on the browser, simple to
  17. > implement, low network overhead, it fits in with the existing HTTP
  18. > protocol (even HTTP/0.9) and it's working today:
  19.  
  20. It's easy on the browser, but devilishly difficult on the server.  With a
  21. list of bounding rectangles for a link, it is possible for the links to be
  22. saved in a static file along with the document they apply to, without any need
  23. for an active process to mediate the clicks.  This way, hyperlinked images can
  24. be stored on, e.g., ftp servers, or cached locally.  
  25.  
  26. In addition, with the bounding rectangles associated with a particular link,
  27. the browser doesn't need to contact the server to follow a link, and it becomes
  28. possible for the browser to provide feedback when the pointer is moved onto a link.
  29.  
  30. A list of bounding rectangles need not be onerous on the network, particularly in
  31. comparison to the size of the images to begin with.
  32.  
  33. > The same scheme could work for any external format with a little
  34. > cooperation from the viewer.
  35.  
  36. Ditto the bounding rectangles scheme.
  37.  
  38. A generic point and click scheme could be significantly better for things like
  39. mathematical graphing systems, where the server can do a reverse map of the click
  40. to a point in some transformed space.  This could be a good thing.
  41.  
  42. Perhaps we could have both systems?
  43.  
  44. Jonathan Abbey
  45. Applied Research Laboratories
  46. University of Texas, Austin
  47.  
  48.